home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / aids / cutpaste / stall.bat < prev    next >
DOS Batch File  |  1995-03-13  |  292b  |  16 lines

  1. echo off
  2. cls
  3. @echo Now making the directory   CUTPASTE
  4. MD C:\CUTPASTE
  5. pause
  6. cls
  7. echo off
  8. @Xcopy *.* C:\CUTPASTE /E
  9. @ATTRIB C:\CUTPASTE\*.* -R
  10. CLS
  11. @echo The program is now installed.
  12. @echo To run the program switch to the directory it was installed
  13. @echo and type  GO
  14. pause
  15. cls
  16.